home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / sy / panel / scripts / DefineButton2_130 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  232 b   |  11 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    setProperty("customColour", _alpha, "100");
  7.    set("_level40/sound/lib:sound","256");
  8.    call("_level40/sound/lib:play");
  9.    gotoAndStop(20);
  10. }
  11.